{{ $height := 150 }} {{ $transList := slice "2" "1.80" "1.40" "1.40" }} {{ $titleSplit := split .title " " }} {{ $titleCount := sub (len $titleSplit) 1 }} {{ $transY := index $transList $titleCount }} {{ range $index, $word := $titleSplit }} {{ $indexHeight := mul $height $index }} {{ $offset := cond (eq $index 0) 0 $indexHeight }} {{ $word }} {{ end }}